Adwaita: style .subtitle like .dim-label
authorLapo Calamandrei <calamandrei@gmail.com>
Mon, 7 Jul 2014 12:17:51 +0000 (14:17 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Mon, 7 Jul 2014 12:17:51 +0000 (14:17 +0200)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index dc3b76c195322d998a2934be1f44ccfed8fc89a8..9aa43484acc5fa52444c3dd28c4c1a2801123a58 100644 (file)
@@ -701,6 +701,7 @@ GtkComboBox {
   .subtitle {
     font-size: 80%;
     padding: 0 12px;
+    @extend .dim-label;
   }
   .header-bar-separator,
   & > GtkBox > .separator.vertical {
index af1bd13eeae4494725d26d43c658cb037e7baf23..b3682d6e54d494d8dd9a4708911b514ffddcf185 100644 (file)
   border: 1px solid #215d9c;
   background-color: rgba(33, 93, 156, 0.2); }
 
-.dim-label {
+.dim-label, .titlebar .subtitle,
+.header-bar .subtitle {
   opacity: 0.55;
   text-shadow: none; }
 
index 3523dfe064c6a6ff0a56ed4d3f8662b0b1312703..2c513654d63b3b72898149155a356d1fceeed97e 100644 (file)
   border: 1px solid #4a90d9;
   background-color: rgba(74, 144, 217, 0.2); }
 
-.dim-label {
+.dim-label, .titlebar .subtitle,
+.header-bar .subtitle {
   opacity: 0.55;
   text-shadow: none; }